projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e09c52a
)
Provide 'menu-bar.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 13 May 1993 03:34:18 +0000
(
03:34
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 13 May 1993 03:34:18 +0000
(
03:34
+0000)
lisp/menu-bar.el
patch
|
blob
|
history
diff --git
a/lisp/menu-bar.el
b/lisp/menu-bar.el
index 5785a6cc4aedea57899b136fcc7d1971d9bd2420..126fb5bb7fcd6c371002c8623bffbc552d0da592 100644
(file)
--- a/
lisp/menu-bar.el
+++ b/
lisp/menu-bar.el
@@
-206,4
+206,6
@@
and selects that window."
(setq default-frame-alist
(cons '(menu-bar-lines . 1) default-frame-alist)))
+(provide 'menu-bar)
+
;;; menu-bar.el ends here